Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
Tariff ID with "tar_" prefix or raw integer (e.g., "tar_789", "789")
Query Parameters
Include tariff_properties (similar to the data from the list endpoint) section in response (default: false)
Include detailed information about tou_levels including periods (default: false)
Filter components to show only those with active prices at the specified datetime. Also determines the validity range shown in component 'from' and 'to' fields, and affects the calculation of tariff-level flags. Format: 'YYYY-MM-DDTHH:MM:SS' (ISO 8601). If not provided, uses current time.
Response
Success - Returns detailed tariff information incl. advanced calculation requirements
Enhanced serializer for detailed tariff retrieval using common mixins
Contextual information about the tariff, including country, organization, and main tariff details
{
"country": {
"code": "DK",
"timezone_default": "Europe/Copenhagen",
"currency": "DKK"
},
"organization": {
"id": "org_285",
"name": "Copenhagen DSO",
"type": "DSO"
},
"main_tariff": {
"id": "mta_33",
"name": "Advanced Pricing",
"description": "Time-variable pricing with demand components"
}
}255Flag indicating if the tariff has time-of-use pricing (different rates for different times of day)
true
Flag indicating if the tariff has tiered pricing (different rates based on consumption levels)
Flag indicating if the tariff requires calculation inputs for pricing (e.g., demand values, consumption profiles)
Flag indicating if the tariff has price-level properties or multiple price variants
Consumer type classifications applicable to this tariff (e.g., residential, business, low voltage)
[
{
"id": "lct_123",
"key": "b_low",
"name": "Business Low Voltage",
"consumer_type": "BUSINESS"
}
]Detailed tariff properties and configuration options that affect pricing
Time-of-use level definitions with detailed period information for complex pricing structures

